home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
TEACHAID
/
CAI210
/
BOX.CAI
< prev
next >
Wrap
Text File
|
1994-12-17
|
485b
|
24 lines
.rem
.rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
.rem
.color 15,1
.cls
.box (*10,12*) border right
Place the box to the right, no shadow
This is the first line
This is the second line
Last line, special character (.CHR225)
.endbox
.locate 24,1
.pause
.cls
.box (*10,12*) border shadow
Place the box at 10,12, shadowed
This is the first line
This is the second line
Last line, special character (.CHR225)
.endbox
.locate 24,1
.pause
.cls